testing/iotest.dataErrReader.unread (field)
6 uses
testing/iotest (current package)
reader.go#L51: unread []byte
reader.go#L59: if len(r.unread) == 0 {
reader.go#L61: r.unread = r.data[0:n1]
reader.go#L67: n = copy(p, r.unread)
reader.go#L68: r.unread = r.unread[n:]
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)